home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / ChipCD_1.03.iso / oddech / bsen / BSinstall.exe / BecheruvSen.exe / scripts / DefineButton2_2743 / BUTTONCONDACTION on(release).as next >
Text File  |  2002-11-01  |  1KB  |  50 lines

  1. on(release){
  2.    if(_root.poz == "c")
  3.    {
  4.       if(_root.draglej == 10)
  5.       {
  6.          _root.ii10 = 3;
  7.          _root.sklenickabaron.gotoAndStop("empty");
  8.          _root.stopdragall();
  9.          _root.itembar_remove(10);
  10.          _root.d_baron.i = "sklenicka_cista";
  11.       }
  12.       else if(_root.draglej == 38 && _root.ii10 == 3 && _root.ii27 == 0 && _root.ii31 < 2)
  13.       {
  14.          _root.d_loupeznik.i = "start";
  15.       }
  16.       else if(_root.draglej == 38 && _root.ii10 < 3)
  17.       {
  18.          _root.d_baron.i = "spina_1";
  19.       }
  20.       else if(_root.draglej == 38 && _root.ii10 == 3)
  21.       {
  22.          _root.ii10 = 4;
  23.          _root.sklenickabaron.gotoAndStop("full");
  24.          _root.d_baron.i = "sklenicka_nalit";
  25.       }
  26.       else if(_root.draglej == 38 && _root.ii10 == 4)
  27.       {
  28.          _root.d_baron.i = "sklenicka_plna";
  29.       }
  30.       else if(_root.draglej == 38 && _root.ii10 == 5)
  31.       {
  32.          _root.d_baron.i = "sklenicka_staci";
  33.       }
  34.       else if(0 < _root.draglej)
  35.       {
  36.          _root.d_baron.i = "sklenicka_bad";
  37.       }
  38.       else
  39.       {
  40.          _root.d_baron.i = "sklenicka_vzit";
  41.       }
  42.    }
  43.    else
  44.    {
  45.       _root.pepa.gotoAndPlay(_root.poz add "c");
  46.    }
  47.    _root.stopdragall();
  48.    _root.hideall();
  49. }
  50.